home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
kill-the-dragons.swf
/
scripts
/
DefineSprite_828
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
301 b
|
13 lines
oppThrow();
oppX = this._x;
oppY = this._y;
differenceX = oppXnew - oppX;
differenceY = oppYnew - oppY;
if(Math.abs(differenceX) < 1 && Math.abs(differenceY) < 1)
{
gotoAndStop("pause");
play();
}
this._x += differenceX / _parent.oppSpeed;
this._y += differenceY / _parent.oppSpeed;